• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Tags
    3. starling2 max
    Log in to post
    • All categories
    • G

      Replacement Landing Gear Starling 2 Max

      Starling & Starling 2
      • starling2 max landing gear • 28 Feb 2025, 00:01 • griffin 28 Feb 2025, 00:01
      1
      0
      Votes
      1
      Posts
      50
      Views

      No one has replied

    • G

      RTSP connection from drone unreliable since update to SDK 1.4.1

      VOXL SDK
      • starling2 max rtsp voxl-streamer • 27 Feb 2025, 23:42 • griffin 5 Mar 2025, 14:59
      4
      0
      Votes
      4
      Posts
      566
      Views

      A 5 Mar 2025, 14:59

      @griffin , this seems like an network issue. So please try the following:

      open a terminal and just run the following command to "inspect" the hires stream so that it is always going and you can check if it's running any time : voxl-inspect-cam hires_down_small_encoded start a continuous ping test from your host that is trying to receive the video feed keep testing the video feed until you see the issue occur and check if ping is dropping out and double check voxl-inspect-cam output to make sure the data is flowing.

      What i expect is the output of voxl-inspect-cam should be continuously updating and you may see ping having trouble. Please let me know what you observe.

      Regarding the voxl2 heating up, i will check with the team. open-vins-server is running (VIO) and it has been recently updated to use GPU for feature detection, so a slight increase in voxl2 temperature may be possible.

      Alex

    • G

      Cannot open RTSP stream from `tof_depth` camera

      Starling & Starling 2
      • starling2 max depth sensor rtsp • 26 Feb 2025, 20:33 • griffin 9 Apr 2025, 02:38
      10
      0
      Votes
      10
      Posts
      867
      Views

      A 9 Apr 2025, 02:38

      the fix has been committed to voxl-camera-server dev branch : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/commit/520bad13a573dde500d36cf1008e67102e0b6078 . I tested it for the rotated and non-rotated use case using voxl-streamer.

      Alex

    • G

      Voxl-Mavcam-Manager Multiple RTSP Stream Setup

      VOXL SDK
      • voxl-mavcam voxl-streamer rtsp starling2 max • 13 Dec 2024, 20:04 • griffin 14 Feb 2025, 20:27
      14
      0
      Votes
      14
      Posts
      2.0k
      Views

      E 14 Feb 2025, 20:27

      @brahim after looking at this some more I think it is valid to have multiple streams per camera. I guess the use case would be to have a high res stream and a low res stream that's separate or something like that.

      However I think people would still like to setup multiple cameras. I haven't tried this yet, but I think it could also be valid to spawn a manager per camera, and then stagger the component ids for each app. I think this might also fix the threading issue since each application would initialize separate pipe reads and wouldn't be blocked by each other?

      @Eric-Katzfey I'm using a different mavlink GCS that's not QGC, so I need to make voxl-mavcam-manager conform to the standard.

    • G

      Motor Replacement Instructions Starling 2 Max

      Starling & Starling 2
      • starling2 max motors repair • 13 Dec 2024, 18:45 • griffin 31 Jan 2025, 19:30
      17
      0
      Votes
      17
      Posts
      642
      Views

      D 31 Jan 2025, 19:30

      @griffin Great to hear!!

      It is possible, depending on what size tip and what kind of soldering iron you were using, that 650F may actually not have been hot enough. After talking about it with my team I realized that we have set our irons up to the 750-800F range.

      Nonetheless, it is likely the safest option to just splice in the new wires just as you have done

    • G

      Access position data at higher frequency

      Starling & Starling 2
      • starling2 max mavlink offboard-mode • 6 Dec 2024, 00:54 • griffin 10 Dec 2024, 01:18
      3
      0
      Votes
      3
      Posts
      155
      Views

      G 10 Dec 2024, 01:18

      edit: use mavutil.mavlink.MAVLINK_MSG_ID_LOCAL_POSITION_NED* instead of magic number 32 for message ID

    • G

      Depth Information Source Unclear

      Starling & Starling 2
      • starling2 max voa depth sensor dfs • 16 Nov 2024, 00:50 • griffin 19 Nov 2024, 22:24
      3
      0
      Votes
      3
      Posts
      154
      Views

      G 19 Nov 2024, 22:24

      @James-Strawson

      Hey James,

      Thanks for the tip, installing via apt install voxl-mapper and then running with systemctl start voxl-mapper worked out of the box.

      Kind regards,
      Griffin

    • G

      High Resolution Camera CPU Overheat

      Starling & Starling 2
      • starling2 max • 16 Nov 2024, 00:18 • griffin 16 Nov 2024, 04:28
      2
      0
      Votes
      2
      Posts
      105
      Views

      A 16 Nov 2024, 04:28

      @griffin , this is expected behavior (from our point of view 🙂 ). Here is what's happening:

      the image from hires large stream (which is what I assume you are using) is either 3840x2160 or larger, around 4xxx by 3xxx depending on which camera you are using voxl portal is not very efficient at processing large images and when it receives the huge 4K image (YUV or RGB), it will use turbojpeg (software JPG encoder) to convert it to jpeg. This process takes a lot of cpu for large images and especially if fps is 30, it is too much for voxl-portal to handle if you want to view hires images through portal, you can enable (if not enabled) en_small_video stream in camera config file /etc/modalai/voxl-camera-server.conf and set resolution to something smaller, usually 1280x720 or similar is good (depending on the aspect ratio that you need) once you enable the small video stream, you can view the hires_small_color stream from the voxl-portal the cpu % (assuming you are looking at output of top) will show the cpu usage percentage at the current cpu frequency . So this number is often very misleading because if the cpu is not running at max frequency, it will have higher % usage compared to perf mode (which can be set using voxl-set-cpu-mode perf. You can use tool voxl-inspect-cpu to show the total usage of each core (which takes into account the frequency of each core) and you can also see the current core frequencies (but you cannot see individual processes).

      Please let us know if you have any other questions.

      Alex

    • G

      Position Mode Unavailable

      Starling & Starling 2
      • starling2 max position-mode gps qvio • 16 Nov 2024, 00:13 • griffin 25 Nov 2024, 23:08
      6
      0
      Votes
      6
      Posts
      255
      Views

      tomT 25 Nov 2024, 23:08

      @griffin Correct

    Powered by NodeBB | Contributors